home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / form1040.sit / Form 1040 / card_3260.txt < prev    next >
Text File  |  1988-02-12  |  18KB  |  735 lines

  1. -- card: 3260 from stack: in
  2. -- bmap block id: 3598
  3. -- flags: 4000
  4. -- background id: 6557
  5. -- name: 10
  6. ----- HyperTalk script -----
  7. On OpenCard
  8.   Put 10 Into Bkgnd field ID 26
  9. end OpenCard
  10.  
  11. On ClearInfo
  12.   Set hilite of Card button ID 12 of Card ID 3260 to false
  13.   Set hilite of Card button ID 13 of Card ID 3260 to false
  14.   Set hilite of Card button ID 14 of Card ID 3260 to false
  15.   Put 0 into Card field ID 5 of Card ID 3260
  16.   Put 0 into Card field ID 6 of Card ID 3260
  17.   Put 0 into Card field ID 17 of Card ID 3260
  18.   Put 0 into Card field ID 21 of Card ID 3260
  19. end ClearInfo
  20.  
  21. On Signal
  22.   Global Button22,Button23
  23.   If Button22 = True then
  24.     Send "Signal" to Card button ID 22 of card ID 2598
  25.   else
  26.     Send "Signal" to Card button ID 23 of card ID 2598
  27.   end if
  28. end Signal
  29.  
  30. On FindStatus
  31.   Global CardNumber
  32.   Get hilite of Card button ID 1 of Card ID 2982
  33.   Put it into Button1
  34.   Get hilite of Card button ID 2 of Card ID 2982
  35.   Put it into Button2
  36.   Get hilite of Card button ID 3 of Card ID 2982
  37.   Put it into Button3
  38.   Get hilite of Card button ID 4 of Card ID 2982
  39.   Put it into Button4
  40.   Get hilite of Card button ID 5 of Card ID 2982
  41.   Put it into Button5
  42.  
  43.   If Button1 = true or Button4 = True then
  44.     Send "DoButton12" to Card Button ID 12 of Card ID 3260
  45.   else if Button2 = true or Button5 = true then
  46.     Send "DoButton13" to Card Button ID 13 of Card ID 3260
  47.   else if Button3 = true then
  48.     Send "DoButton14" to Card Button ID 14 of Card ID 3260
  49.   Else
  50.     Get short number of this card
  51.     Put it into CardNumber
  52.     Go to Card ID 2982
  53.     Put "Please select a Filing Status Box." into Card field ID 6 of Card ID 2982
  54.   end if
  55. end FindStatus
  56.  
  57.  
  58.  
  59. -- part 1 (field)
  60. -- low flags: 01
  61. -- high flags: 0000
  62. -- rect: left=88 top=78 right=107 bottom=419
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 0
  66. -- font id: 3
  67. -- text size: 10
  68. -- style flags: 0
  69. -- line height: 13
  70. -- part name: 
  71.  
  72.  
  73. -- part 2 (field)
  74. -- low flags: 01
  75. -- high flags: 0000
  76. -- rect: left=98 top=110 right=125 bottom=419
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 0
  80. -- font id: 3
  81. -- text size: 10
  82. -- style flags: 0
  83. -- line height: 13
  84. -- part name: 
  85.  
  86.  
  87. -- part 3 (field)
  88. -- low flags: 01
  89. -- high flags: 0000
  90. -- rect: left=108 top=128 right=169 bottom=419
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 0
  94. -- font id: 3
  95. -- text size: 10
  96. -- style flags: 0
  97. -- line height: 13
  98. -- part name: 
  99.  
  100.  
  101. -- part 4 (field)
  102. -- low flags: 01
  103. -- high flags: 0002
  104. -- rect: left=394 top=154 right=169 bottom=419
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 3
  109. -- text size: 10
  110. -- style flags: 256
  111. -- line height: 13
  112. -- part name: 
  113.  
  114.  
  115. -- part 5 (field)
  116. -- low flags: 01
  117. -- high flags: 0002
  118. -- rect: left=418 top=154 right=169 bottom=502
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 65535
  122. -- font id: 3
  123. -- text size: 10
  124. -- style flags: 0
  125. -- line height: 13
  126. -- part name: 
  127.  
  128.  
  129. -- part 6 (field)
  130. -- low flags: 01
  131. -- high flags: 0002
  132. -- rect: left=418 top=186 right=201 bottom=502
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 65535
  136. -- font id: 3
  137. -- text size: 10
  138. -- style flags: 0
  139. -- line height: 13
  140. -- part name: 
  141. ----- HyperTalk script -----
  142. On MouseUp
  143.   Send "MouseUp" to Card Button ID 24 of Card ID 3260
  144. End MouseUp
  145.  
  146.  
  147. -- part 7 (field)
  148. -- low flags: 01
  149. -- high flags: 0002
  150. -- rect: left=394 top=186 right=201 bottom=419
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 0 / 0
  153. -- text alignment: 1
  154. -- font id: 3
  155. -- text size: 10
  156. -- style flags: 256
  157. -- line height: 13
  158. -- part name: 
  159.  
  160.  
  161. -- part 12 (button)
  162. -- low flags: 00
  163. -- high flags: A005
  164. -- rect: left=90 top=129 right=141 bottom=109
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: 
  173. ----- HyperTalk script -----
  174. On MouseUp
  175.   Set Cursor to 4
  176.   Send "DeleteRest" to Card button ID 12 of Card ID 3260
  177.   Send "GetAnswer" to Card Button ID 12 of Card ID 3260
  178. End MouseUp
  179.  
  180. on DoButton12
  181.   Global Flag1
  182.   Send "DeleteRest" to Card button ID 12 of Card ID 3260
  183.   If Flag1 is True then
  184.     Send "Single" to Card Button ID 12 of Card ID 3260
  185.   else
  186.     Send "HeadButton" to Card Button ID 12 of Card ID 3260
  187.   end if
  188. end DoButton12
  189.  
  190. On Single
  191.   Set Cursor to 4
  192.   Global TotalBox
  193.   Put Card field ID 11 of Card ID 2598 into TotalBox
  194.   If TotalBox = 0 then
  195.     Put 2540 into Card field ID 5 of Card ID 3260
  196.     Set hilite of Card button ID 12 of Card ID 3260 to True
  197.   else
  198.     Set hilite of Card button ID 12 of Card ID 3260 to False
  199.     Put 0 into card field ID 5 of card ID 3260
  200.     Send "SingleButton" to Card field ID 11 of Card ID 2598
  201.   End If
  202. End Single
  203.  
  204. On HeadButton
  205.   Set Cursor to 4
  206.   Global TotalBox
  207.   Put Card field ID 11 of Card ID 2598 into TotalBox
  208.   If TotalBox = 0 then
  209.     Set hilite of Card button ID 12 of Card ID 3260 to True
  210.     Put 2540 into Card field ID 5 of Card ID 3260
  211.   else
  212.     Set hilite of Card button ID 12 of Card ID 3260 to False
  213.     Put 0 into card field ID 5 of card ID 3260
  214.     Send "HeadButton" to Card field ID 11 of Card ID 2598
  215.   End If
  216. End HeadButton
  217.  
  218. On ButtonOff
  219.   Set hilite of Card button ID 12 of Card ID 3260 to false
  220.   Put 0 into Card field ID 5 of Card ID 3260
  221.   Send "ClearInfo" to Card ID 2982
  222. end ButtonOff
  223.  
  224. On Signal
  225.   Visual effect wipe Right
  226.   Go to Card ID 3260
  227.   Repeat 7 times
  228.     Get hilite of Card button ID 12 of Card ID 3260
  229.     If it is True then
  230.       Set hilite of Card Button ID 12 to False
  231.     else
  232.       Set hilite of Card Button ID 12 to True
  233.     end if
  234.   end Repeat
  235. end Signal
  236.  
  237. On GetAnswer
  238.   Set Cursor to 4
  239.   Put hilite of Card button ID 12 of Card ID 3260 into Button12
  240.   If Button12 = true then
  241.     Answer "Choose your filing status" with "Head"  or "Single"
  242.     Set Cursor to 4
  243.     If it is "Single" then
  244.       Send "SingleT" to Card button ID 1 of Card ID 2982
  245.       Set hilite of Card Button ID 1 of Card ID 2982 to True
  246.       Send "Single" to Card Button ID 12 of Card ID 3260
  247.     else
  248.       Set hilite of Card Button ID 4 of Card ID 2982 to True
  249.       Send "HeadT" to Card button ID 4 of Card ID 2982
  250.       Send "HeadButton" to Card Button ID 12 of Card ID 3260
  251.     End if
  252.   else
  253.     Send "ButtonOff" to Card Button ID 12 of Card ID 3260
  254.   end if
  255. End GetAnswer
  256.  
  257. On DeleteRest
  258.   Set hilite of Card button ID 13 of Card ID 3260 to false
  259.   Set hilite of Card button ID 14 of Card ID 3260 to false
  260. end DeleteRest
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271. -- part 13 (button)
  272. -- low flags: 00
  273. -- high flags: A005
  274. -- rect: left=90 top=142 right=154 bottom=109
  275. -- title width / last selected line: 0
  276. -- icon id / first selected line: 0 / 0
  277. -- text alignment: 1
  278. -- font id: 0
  279. -- text size: 12
  280. -- style flags: 0
  281. -- line height: 16
  282. -- part name: 
  283. ----- HyperTalk script -----
  284. On MouseUp
  285.   Set Cursor to 4
  286.   Send "DeleteRest" to Card button ID 13 of Card ID 3260
  287.   Send "GetAnswer" to Card Button ID 13 of Card ID 3260
  288. End MouseUp
  289.  
  290. on DoButton13
  291.   Set hilite of Card button ID 13 of Card ID 3260 to True
  292.   Send "DeleteRest" to Card button ID 13 of Card ID 3260
  293.   Send "MarriedJoint" to Card Button ID 13 of Card ID 3260
  294. end DoButton13
  295.  
  296. On MarriedJoint
  297.   Set Cursor to 4
  298.   Global TotalBox
  299.   Put Card field ID 11 of Card ID 2598 into TotalBox
  300.   If TotalBox = 0 then
  301.     Put 3760 into Card field ID 5 of Card ID 3260
  302.     Set hilite of Card button ID 13 of Card ID 3260 to True
  303.   else
  304.     Set hilite of Card button ID 13 of Card ID 3260 to False
  305.     Put 0 into card field ID 5 of card ID 3260
  306.     Send "MarriedJ" to Card field ID 11 of Card ID 2598
  307.   End If
  308. End MarriedJoint
  309.  
  310.  
  311. On ButtonOff
  312.   Set hilite of Card button ID 13 of Card ID 3260 to false
  313.   Put Zero into Card field ID 5 of Card ID 3260
  314.   Send "ClearInfo" to Card ID 2982
  315. end ButtonOff
  316.  
  317. On GetAnswer
  318.   Global Flag3
  319.   Set Cursor to 4
  320.   Put hilite of Card button ID 13 of Card ID 3260 into Button13
  321.   If Button13 = true then
  322.     Answer "Choose your filing status" with "Joint" or "Widow(er)"
  323.     Set Cursor to 4
  324.     If it is "Joint" then
  325.       Send "MarriedJointT" to Card button ID 2 of Card ID 2982
  326.       Set hilite of Card Button ID 2 of Card ID 2982 to True
  327.     else
  328.       Set hilite of Card Button ID 5 of Card ID 2982 to True
  329.       Send "WidowT" to Card button ID 5 of Card ID 2982
  330.     End if
  331.     Send "MarriedJoint" to Card Button ID 13 of Card ID 3260
  332.   else
  333.     Send "ButtonOff" to Card Button ID 13 of Card ID 3260
  334.   end if
  335. End GetAnswer
  336.  
  337. On DeleteRest
  338.   Set hilite of Card button ID 12 of Card ID 3260 to false
  339.   Set hilite of Card button ID 14 of Card ID 3260 to false
  340. end DeleteRest
  341.  
  342.  
  343.  
  344. -- part 14 (button)
  345. -- low flags: 00
  346. -- high flags: A005
  347. -- rect: left=90 top=155 right=167 bottom=109
  348. -- title width / last selected line: 0
  349. -- icon id / first selected line: 0 / 0
  350. -- text alignment: 1
  351. -- font id: 0
  352. -- text size: 12
  353. -- style flags: 0
  354. -- line height: 16
  355. -- part name: 
  356. ----- HyperTalk script -----
  357. On MouseUp
  358.   Set Cursor to 4
  359.   Send "DeleteRest" to Card button ID 14 of Card ID 3260
  360.   Send "GetAnswer" to Card Button ID 14 of Card ID 3260
  361. End MouseUp
  362.  
  363. on DoButton14
  364.   Set hilite of Card button ID 14 of Card ID 3260 to True
  365.   Send "DeleteRest" to Card button ID 14 of Card ID 3260
  366.   Send "MarriedSeperate" to Card Button ID 14 of Card ID 3260
  367. end DoButton14
  368.  
  369. On MarriedSeperate
  370.   Set Cursor to 4
  371.   Global TotalBox
  372.   Put Card field ID 11 of Card ID 2598 into TotalBox
  373.   If TotalBox = 0 then
  374.     Set hilite of Card button ID 14 of Card ID 3260 to True
  375.     Put 1880 into Card field ID 5 of Card ID 3260
  376.   else
  377.     Set hilite of Card button ID 14 of Card ID 3260 to False
  378.     Put 0 into card field ID 5 of card ID 3260
  379.     Send "MarriedS" to Card field ID 11 of Card ID 2598
  380.   End If
  381. End MarriedSeperate
  382.  
  383.  
  384. On ButtonOff
  385.   Set hilite of Card button ID 14 of Card ID 3260 to false
  386.   Put Zero into Card field ID 5 of Card ID 3260
  387. end ButtonOff
  388.  
  389. On GetAnswer
  390.   Global Flag3
  391.   Set Cursor to 4
  392.   Put hilite of Card button ID 14 of Card ID 3260 into Button14
  393.   If Button14 = true then
  394.     Set Cursor to 4
  395.     Send "MarriedSeperateT" to Card button ID 3 of Card ID 2982
  396.     Set hilite of Card Button ID 3 of Card ID 2982 to True
  397.     Send "MarriedSeperate" to Card Button ID 14 of Card ID 3260
  398.   else
  399.     Put Zero into Card field ID 5 of Card ID 3260
  400.   end if
  401. End GetAnswer
  402.  
  403. On DeleteRest
  404.   Set hilite of Card button ID 12 of Card ID 3260 to false
  405.   Set hilite of Card button ID 13 of Card ID 3260 to false
  406. end DeleteRest
  407.  
  408.  
  409.  
  410. -- part 15 (field)
  411. -- low flags: 01
  412. -- high flags: 0000
  413. -- rect: left=88 top=173 right=203 bottom=419
  414. -- title width / last selected line: 0
  415. -- icon id / first selected line: 0 / 0
  416. -- text alignment: 0
  417. -- font id: 3
  418. -- text size: 10
  419. -- style flags: 0
  420. -- line height: 13
  421. -- part name: 
  422.  
  423.  
  424. -- part 16 (field)
  425. -- low flags: 01
  426. -- high flags: 0000
  427. -- rect: left=88 top=205 right=235 bottom=419
  428. -- title width / last selected line: 0
  429. -- icon id / first selected line: 0 / 0
  430. -- text alignment: 0
  431. -- font id: 3
  432. -- text size: 10
  433. -- style flags: 0
  434. -- line height: 13
  435. -- part name: 
  436.  
  437.  
  438. -- part 17 (field)
  439. -- low flags: 01
  440. -- high flags: 0002
  441. -- rect: left=418 top=218 right=233 bottom=502
  442. -- title width / last selected line: 0
  443. -- icon id / first selected line: 0 / 0
  444. -- text alignment: 65535
  445. -- font id: 3
  446. -- text size: 10
  447. -- style flags: 0
  448. -- line height: 13
  449. -- part name: 
  450. ----- HyperTalk script -----
  451. On MouseUp
  452.   Send "MouseUp" to Card Button ID 25 of Card ID 3260
  453. End MouseUp
  454.  
  455.  
  456. -- part 18 (field)
  457. -- low flags: 01
  458. -- high flags: 0000
  459. -- rect: left=89 top=237 right=266 bottom=419
  460. -- title width / last selected line: 0
  461. -- icon id / first selected line: 0 / 0
  462. -- text alignment: 0
  463. -- font id: 3
  464. -- text size: 10
  465. -- style flags: 0
  466. -- line height: 13
  467. -- part name: 
  468.  
  469.  
  470. -- part 19 (field)
  471. -- low flags: 01
  472. -- high flags: 0002
  473. -- rect: left=394 top=250 right=265 bottom=419
  474. -- title width / last selected line: 0
  475. -- icon id / first selected line: 0 / 0
  476. -- text alignment: 1
  477. -- font id: 3
  478. -- text size: 10
  479. -- style flags: 256
  480. -- line height: 13
  481. -- part name: 
  482.  
  483.  
  484. -- part 20 (field)
  485. -- low flags: 01
  486. -- high flags: 0002
  487. -- rect: left=394 top=218 right=233 bottom=419
  488. -- title width / last selected line: 0
  489. -- icon id / first selected line: 0 / 0
  490. -- text alignment: 1
  491. -- font id: 3
  492. -- text size: 10
  493. -- style flags: 256
  494. -- line height: 13
  495. -- part name: 
  496.  
  497.  
  498. -- part 21 (field)
  499. -- low flags: 01
  500. -- high flags: 0002
  501. -- rect: left=418 top=250 right=265 bottom=502
  502. -- title width / last selected line: 0
  503. -- icon id / first selected line: 0 / 0
  504. -- text alignment: 65535
  505. -- font id: 3
  506. -- text size: 10
  507. -- style flags: 0
  508. -- line height: 13
  509. -- part name: 
  510. ----- HyperTalk script -----
  511. On MouseUp
  512.   Send "MouseUp" to Card Button ID 23 of Card ID 3260
  513. End MouseUp
  514.  
  515.  
  516. -- part 23 (button)
  517. -- low flags: 00
  518. -- high flags: A003
  519. -- rect: left=195 top=236 right=250 bottom=264
  520. -- title width / last selected line: 0
  521. -- icon id / first selected line: 0 / 0
  522. -- text alignment: 1
  523. -- font id: 0
  524. -- text size: 12
  525. -- style flags: 0
  526. -- line height: 16
  527. -- part name: Subtract
  528. ----- HyperTalk script -----
  529. on mouseUp
  530.   Set cursor to 4
  531.   Put Card field ID 17 of Card ID 3260 into Line35 -- Line 35
  532.   If Line35 = 0 then
  533.     Send "MouseUp" to Card button ID 25 of Card ID 3260
  534.     Put Card field ID 17 of Card ID 3260 into Line35 -- Line 35
  535.   end IF
  536.  
  537.   Put Card field ID 6 of Card ID 3260 into Line34 -- Line 34
  538.   If Line34 = 0 then
  539.     Send "MouseUp" to Card button ID 24 of Card ID 3260
  540.     Put Card field ID 6 of Card ID 3260 into Line34 -- Line 34
  541.   end IF
  542.  
  543.   Put (Line34 - Line35) into Total
  544.   If total >= 0 then
  545.     Put total into Card field ID 21 of Card ID 3260
  546.   else
  547.     Put 0 into Card field ID 21 of Card ID 3260
  548.   end if
  549. end mouseUp
  550.  
  551.  
  552.  
  553. -- part 24 (button)
  554. -- low flags: 00
  555. -- high flags: A003
  556. -- rect: left=108 top=173 right=187 bottom=177
  557. -- title width / last selected line: 0
  558. -- icon id / first selected line: 0 / 0
  559. -- text alignment: 1
  560. -- font id: 0
  561. -- text size: 12
  562. -- style flags: 0
  563. -- line height: 16
  564. -- part name: Subtract
  565. ----- HyperTalk script -----
  566. on mouseUp
  567.   Set cursor to 4
  568.   Put Card field ID 25 of Card ID 2598 into Temp -- Line 33a
  569.   Put Card field ID 5 of Card ID 3260 into Temp1 -- Line 33b
  570.   Put Card field ID 3 of Card ID 2598 into Total -- Line 31
  571.  
  572.   If temp1 = 0 and Temp = 0 then
  573.     Send "FindStatus" to Card ID 3260
  574.     If temp1 = 0 and Temp = 0 then
  575.       Exit MouseUp
  576.     End if
  577.   End if
  578.  
  579.   If Total <= 0 then
  580.     Send "MouseUp" to Card button ID 4 Of Card ID 7846
  581.     Put Card field ID 3 of Card ID 2598 into Total
  582.     If Total <= 0 then
  583.       Exit MouseUp
  584.     end if
  585.   end if
  586.  
  587.   If Temp > Temp1 then
  588.     Put Temp into itemize
  589.   else
  590.     put Temp1 into itemize
  591.   end if
  592.   Put (Total - itemize) into Card field ID 6 of Card ID 3260
  593. end mouseUp
  594.  
  595.  
  596.  
  597.  
  598. -- part 25 (button)
  599. -- low flags: 00
  600. -- high flags: A003
  601. -- rect: left=109 top=204 right=219 bottom=177
  602. -- title width / last selected line: 0
  603. -- icon id / first selected line: 0 / 0
  604. -- text alignment: 1
  605. -- font id: 0
  606. -- text size: 12
  607. -- style flags: 0
  608. -- line height: 16
  609. -- part name: Multiply
  610. ----- HyperTalk script -----
  611. on mouseUp
  612.   Set cursor to 4
  613.   Put Card field ID 3 of Card ID 8013 into temp -- line 6e
  614.   If temp = 0 then
  615.     Send "MouseUp" to Card button ID 6 of Card ID 8013
  616.     Put Card field ID 3 of Card ID 8013 into Temp
  617.   end IF
  618.   Put (temp * 1900) into Card field ID 17 of Card ID 3260 -- line 35
  619. end mouseUp
  620.  
  621.  
  622.  
  623. -- part 26 (field)
  624. -- low flags: 01
  625. -- high flags: 0000
  626. -- rect: left=6 top=59 right=74 bottom=69
  627. -- title width / last selected line: 0
  628. -- icon id / first selected line: 0 / 0
  629. -- text alignment: 1
  630. -- font id: 3
  631. -- text size: 10
  632. -- style flags: 0
  633. -- line height: 13
  634. -- part name: 
  635.  
  636.  
  637. -- part contents for background part 26
  638. ----- text -----
  639. 10
  640.  
  641. -- part contents for background part 13
  642. ----- text -----
  643. Tax Compu - tation
  644.  
  645. -- part contents for background part 18
  646. ----- text -----
  647. page 16 for the amount to enter on line 33b.
  648.  
  649. -- part contents for background part 16
  650. ----- text -----
  651. If you checked any box on line 32a, b, or c and you don't itemize, see
  652.  
  653. -- part contents for background part 15
  654. ----- text -----
  655.  
  656.  Caution:
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663. -- part contents for card part 1
  664. ----- text -----
  665. 33b.  Standard deduction.  Read CAUTION to left.  If it applies, see
  666.          page 16 for the amount to enter.
  667.  
  668. -- part contents for card part 2
  669. ----- text -----
  670. If CAUTION doesn't apply and your filing status from page 1 is:
  671.  
  672. -- part contents for card part 3
  673. ----- text -----
  674. Single or Head of Household, enter $2540
  675. Married filing jointly or Qualifying widow(er), enter $3760
  676. Married filing seperately, enter $ 1880
  677.  
  678. -- part contents for card part 4
  679. ----- text -----
  680. 33b
  681.  
  682. -- part contents for card part 7
  683. ----- text -----
  684. 34
  685.  
  686. -- part contents for card part 20
  687. ----- text -----
  688. 35
  689.  
  690. -- part contents for card part 19
  691. ----- text -----
  692. 36
  693.  
  694. -- part contents for card part 15
  695. ----- text -----
  696. 34.                          line 33a or 33b, whichever applies, from 
  697.        line 31.  enter the result here. . . . . . . . . . . . . . . . . . . . . . . 
  698.  
  699. -- part contents for card part 16
  700. ----- text -----
  701. 35.                          $1900 by the total number of exemptions 
  702.        claimed on line 6e or see chart on page 16. . . . . . . . . . . . . .
  703.  
  704. -- part contents for card part 18
  705. ----- text -----
  706. 36. Taxable income.                            line 35 from line 34.  Enter 
  707.        the result (but not less than zero). . . . . . . . . . . . . . . . . . . . . . . 
  708.  
  709. -- part contents for background part 20
  710. ----- text -----
  711. Continue to next card
  712.  
  713. -- part contents for card part 26
  714. ----- text -----
  715. (Continued)
  716.  
  717. -- part contents for card part 5
  718. ----- text -----
  719. 0
  720.  
  721. -- part contents for card part 6
  722. ----- text -----
  723. 0
  724.  
  725. -- part contents for card part 17
  726. ----- text -----
  727. 0
  728.  
  729. -- part contents for card part 21
  730. ----- text -----
  731. 0
  732.  
  733. -- part contents for background part 40
  734. ----- text -----
  735. 4:06 PM